libxl: add a dummy ao_how to libxl_domain_core_dump
authorIan Campbell <ian.campbell@citrix.com>
Fri, 11 May 2012 17:59:02 +0000 (18:59 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 11 May 2012 17:59:02 +0000 (18:59 +0100)
commit17ecbf8fed795c3d61b107b65200094ba259f14c
treef6fdddd71150d1d75d826315dba0d7ffe930f93e
parent61f04e2d73f89f34e842f6ed9902e8d1e4cc0b5d
libxl: add a dummy ao_how to libxl_domain_core_dump

Although this function is not currently slow it may become so in the
future (this also depends somewhat on the size of the guest).
Therefore arrange for it to take an ao_how which it completes
immediately.  This will allow us to make it asynchronous in the future
without breaking API compatibility.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/xl_cmdimpl.c